Following are the main QuickOPC component packages:
Name | NuGet Package | Python Package | ZIP Package | Description |
OpcLabs.QuickOpc | OpcLabs.QuickOpc | opclabs_quickopc | n/a | OPC client components for all environments and project types (for .NET Framework and .NET 6+ target platforms). |
OpcLabs.QuickOpc.Forms | OpcLabs.QuickOpc.Forms | n/a | Components that are specific for Windows Forms (some, such as dialog components, can be used from WPF as well). | |
OpcLabs.QuickOpc.Wpf | OpcLabs.QuickOpc.Wpf | n/a | n/a | Components that are specific for WPF. |
Component packages with QuickOPC examples:
Name | NuGet Package | Python Package | ZIP Package | Description |
OpcLabs.QuickOpc.Sample.CS | OpcLabs.QuickOpc.Sample.CS | n/a | n/a | Console-based QuickOPC examples in C# (source code). |
OpcLabs.QuickOpc.Sample.VB | OpcLabs.QuickOpc.Sample.VB | n/a | n/a | Console-based QuickOPC examples in VB.NET (source code). |
In some scenarios, described in the documentation, you may need one or more of the additional component packages:
Name | NuGet Package | Python Package | ZIP Package | Description |
OpcLabs.Mqtt | OpcLabs.Mqtt | opclabs_mqtt | OpcLabs.Mqtt | Provides MQTT communication features, using the System.Net.Mqtt library. |
OpcLabs.MqttNet | OpcLabs.MqttNet | opclabs_mqttnet | OpcLabs.MqttNet | Provides MQTT communication features, using the MQTTnet library and its extensions. |
OpcLabs.Pcap | OpcLabs.Pcap | opclabs_pcap | OpcLabs.Pcap | Provides Ethernet (and UDP) communication features, using the PacketDotNet and SharpPcap libraries. |
The strings in bold are the package names (IDs) that are used throughout this documentation, although the actual package name for specific type of package may differ, as indicated in the tables (for example, Python package for "Opclabs.QuickOpc" is actually named "opclabs_quickopc").
All NuGet packages are available from www.nuget.org , and are also placed on the disk locally by the Setup program.
All Python packages are available from https://pypi.org/ , and are also placed on the disk locally by the Setup program.
Links for download of ZIP packages are in the appropriate places in the documentation or Knowledge Base.